ALIM Web Help

Examples

Given the following parameters:
Attribute Value
AssetWise Web address http://ebprod/EB16
AssetWise report ReportA
AssetWise report parameter Addr Addr
AssetWise report parameter Type Building Type

For report execution without automatic object creation, the results are as follows:

Config.xml

<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Setting Name="SettingA" eBClassName="" eBTemplateName="" eBObjectType=""
eBReportName="ReportA">
<Input Name="ADDR" eBName="" />
<Input Name="TYPE" eBName="" />
</Setting>
</Settings>

URL

http://ebprod/EB16/plugins/GeneralReport/Report.aspx?Name=SettingA&ADDR=943%2045th%20Ave&TYPE=Apartment

For report execution with automatic object creation, the results are as follows:

Config.xml

<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Setting Name="SettingA" eBClassName="Structure Drawings" eBTemplateName="New
Structure Drawings" eBObjectType="Document" eBReportName="ReportA">
<Input Name="PREF" eBName="Prefix" />
<Input Name="REV" eBName="Revision" />
<Input Name="TITLE" eBName="Title" />
<Input Name="ADDR" eBName="Address" />
<Input Name="TYPE" eBName="Building Type" />
</Setting>
</Settings>
Note: Search by Address and Type and specify the new document's Prefix, Revision, and Title.

URL

http://ebprod/EB16/plugins/GeneralReport.aspx?Name=SettingA&PREF=STR-11-1&REV=000&TITLE=Floor%20Plan&ADDR=943%2045th%20Ave&TYPE=Apartment